Lucene search

K
Gstreamer ProjectGstreamer

29 matches found

CVE
CVE
added 2024/12/12 2:3 a.m.111 views

CVE-2024-47775

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multipl...

9.1CVSS6.4AI score0.00337EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.95 views

CVE-2024-47606

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended v...

9.8CVSS7.5AI score0.00535EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.78 views

CVE-2024-47545

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happen...

7.5CVSS6.7AI score0.00151EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.76 views

CVE-2024-47537

GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input fi...

9.8CVSS6.6AI score0.00135EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.73 views

CVE-2024-47615

GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gst_parse_vorbis_setup_packet within vorbis_parse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the...

9.8CVSS6.7AI score0.00143EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.72 views

CVE-2024-47538

GStreamer is a library for constructing graphs of media-handling components. A stack-buffer overflow has been detected in the vorbis_handle_identification_packet function within gstvorbisdec.c. The position array is a stack-allocated buffer of size 64. If vd->vi.channels exceeds 64, the for loop...

9.8CVSS9.4AI score0.00143EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.72 views

CVE-2024-47834

GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, ...

9.1CVSS6.3AI score0.00172EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.72 views

CVE-2024-47835

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character ']' in the string line. The pointer returned by this ca...

7.5CVSS6.3AI score0.00127EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.71 views

CVE-2024-47778

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer....

7.5CVSS6.3AI score0.00164EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.70 views

CVE-2024-47603

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid cap...

7.5CVSS6.3AI score0.0012EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.70 views

CVE-2024-47613

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in gst_gdk_pixbuf_dec_flush within gstgdkpixbufdec.c. This function invokes memcpy, using out_pix as the destination address. out_pix is expected to point to the...

9.8CVSS9AI score0.00242EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.70 views

CVE-2024-47777

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer i...

9.1CVSS6.5AI score0.00147EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.66 views

CVE-2024-47544

GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.

7.5CVSS6.8AI score0.00151EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.65 views

CVE-2024-47597

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream->stco buffer. The following ...

9.1CVSS6.5AI score0.00135EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.64 views

CVE-2024-47539

GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the lo...

9.8CVSS6.5AI score0.00135EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.64 views

CVE-2024-47602

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream->codec_priv point...

7.5CVSS6.8AI score0.00111EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.63 views

CVE-2024-47596

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the rema...

7.5CVSS6.7AI score0.00151EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.63 views

CVE-2024-47600

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been detected in the format_channel_mask function in gst-discoverer.c. The vulnerability affects the local array position, which is defined with a fixed size of 64 elements. However, the funct...

9.1CVSS6.5AI score0.00159EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.63 views

CVE-2024-47607

GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c'. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the bo...

9.8CVSS7.2AI score0.00143EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.62 views

CVE-2024-47546

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtrac...

7.5CVSS6.8AI score0.00151EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.60 views

CVE-2024-47542

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2_read_synch_uint function, located in id3v2.c. If id3v2_read_synch_uint is called with a null work->hdr.frame_data, the pointer guint8 *data is accessed without...

7.5CVSS6.8AI score0.00295EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.60 views

CVE-2024-47599

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this h...

7.5CVSS6.4AI score0.00288EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.58 views

CVE-2024-47540

GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. When size < 4, the program calls gst_buffer_unmap with an uninitialized map v...

9.8CVSS7.4AI score0.00499EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.58 views

CVE-2024-47776

GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch ...

9.1CVSS6.4AI score0.00337EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.57 views

CVE-2024-47541

GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override code...

7.5CVSS6.4AI score0.00163EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.56 views

CVE-2024-47601

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *...

7.5CVSS6.8AI score0.00111EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.56 views

CVE-2024-47774

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. T...

9.1CVSS7AI score0.00119EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.55 views

CVE-2024-47543

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes...

7.5CVSS6.8AI score0.00151EPSS
CVE
CVE
added 2024/12/12 2:3 a.m.52 views

CVE-2024-47598

GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn’t properly checked before reading stts_duration, allowing the p...

9.1CVSS6.5AI score0.00135EPSS